PDF4Java Reference Documentation
com.o2sol.pdf4java.transforms Package / PDFReplaceImageEvent Class


In This Topic
    PDFReplaceImageEvent Class Methods
    In This Topic

    For a list of all members of this type, see PDFReplaceImageEvent members.

    Public Methods
     NameDescription
    Public MethodGets the image that will replace the old image.  
    Public MethodGets the ID of the new image.
    This ID identifies the image in the Resources dictionary and it is also used as parameter for the Do operator.  
    Public MethodGets the image that will be replaced.
    This method returns a value if has been set to true.  
    Public MethodGets the ID of the old image.
    This ID identifies the image in the Resources dictionary and it is also used as parameter for the Do operator.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodSets the image that will replace the old image.
    If this method is called with null parameter, the image will be removed from the page.  
    Public MethodSets the ID of the new image.
    This ID identifies the image in the Resources dictionary and it is also used as parameter for the Do operator.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Top
    See Also